projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
906c3c5
)
Always use gtk-doc as a subproject for now
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 13 Apr 2020 20:40:57 +0000
(16:40 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 13 Apr 2020 20:40:57 +0000
(16:40 -0400)
We need the support for actions syntax, among
other things.
docs/reference/meson.build
patch
|
blob
|
history
diff --git
a/docs/reference/meson.build
b/docs/reference/meson.build
index 842d3a68d92f6e0c3402872524fc0cfe4cf16690..1654463490d901f0654f923967c6b5cb22f9428a 100644
(file)
--- a/
docs/reference/meson.build
+++ b/
docs/reference/meson.build
@@
-3,8
+3,9
@@
if get_option('gtk_doc')
error('Building the GTK documentation requires Meson 0.52.0')
endif
- # Use gtk-doc as a sub-project if the version isn't new enough
- dependency('gtk-doc', version: '>=1.32',
+ # Use gtk-doc as a sub-project from the gtk-doc-for-gtk4 branch
+ # for the time being
+ dependency('gtk-doc', version: '>=1.99',
fallback: ['gtk-doc', 'dummy_dep'],
default_options: ['tests=false'])